const runtime.stackForceMove

4 uses

	runtime (current package)
		debug.go#L236: 		gp.stackguard0 = stackForceMove
		mgc.go#L1915: 	gp.stackguard0 = stackForceMove
		stack.go#L139: 	stackForceMove = uintptrMask & -275
		stack.go#L1145: 	if stackguard0 == stackForceMove {